Microsoft DirectX 8.1 (C++)

IComponent Object

The IComponent object represents the general characteristics of a component, which is typically an elementary stream within the program stream. Applications cannot create an IComponent object directly.

Method or Property Description
Clone Creates a new copy of this IComponent object.
DescLangID Retrieves or assigns the Language Identifier for IComponent.Description.
Description Retrieves or assigns the description of this IComponent object.
Status Retrieves or assigns the requested or actual status of this IComponent object.
Type Retrieves or assigns a ComponentType object that describes the general characteristics of this IComponent object.

See Also